home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cdrtools-1.10 / README.linux-shm < prev    next >
Encoding:
Text File  |  2000-03-16  |  1.0 KB  |  26 lines

  1. System V IPC
  2. CONFIG_SYSVIPC
  3.   Inter Process Communication is a suite of library functions and
  4.   system calls which let processes (running programs) synchronize and
  5.   exchange information. It is generally considered to be a good thing,
  6.   and some programs won't run unless you say Y here. In particular, if
  7.   you want to run the DOS emulator dosemu under Linux (read the
  8.   DOSEMU-HOWTO, available from
  9.   http://www.linuxdoc.org/docs.html#howto ), you'll need to say Y
  10.   here.
  11.  
  12.   You can find documentation about IPC with "info ipc" and also in
  13.   section 6.4 of the Linux Programmer's Guide, available from
  14.   http://www.linuxdoc.org/docs.html#guide .
  15.  
  16.   Shared memory is now implemented using a new (minimal) virtual file
  17.   system, which you need to mount before programs can use shared memory.
  18.   To do this automatically at system startup just add the following line
  19.   to your /etc/fstab:
  20.  
  21.   none  /var/shm        shm     defaults        0 0
  22.  
  23.   Saying Y here enlarges your kernel by about 18 KB. Just say Y.
  24.  
  25.  
  26.